home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / aitken.zip / CLASSNAV.EXE / 0 / RCDATA / TREMOVEUNITDLG / TREMOVEUNITDLG.txt
Text File  |  1997-02-21  |  1KB  |  65 lines

  1. object RemoveUnitDlg: TRemoveUnitDlg
  2.   Left = 298
  3.   Top = 131
  4.   Width = 602
  5.   Height = 297
  6.   Caption = 'RemoveUnitDlg'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 8
  17.     Width = 561
  18.     Height = 16
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'These Units are dependant and all will be deleted:'
  22.     Color = clBtnFace
  23.     Font.Color = clBlue
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentColor = False
  28.     ParentFont = False
  29.   end
  30.   object ListBox: TListBox
  31.     Left = 16
  32.     Top = 32
  33.     Width = 561
  34.     Height = 177
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ItemHeight = 13
  40.     ParentFont = False
  41.     Sorted = True
  42.     TabOrder = 0
  43.     OnDblClick = ListBoxDblClick
  44.   end
  45.   object OkBtn: TButton
  46.     Left = 195
  47.     Top = 232
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 1
  54.   end
  55.   object CancelBtn: TButton
  56.     Left = 323
  57.     Top = 232
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 2
  63.   end
  64. end
  65.